home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global oldw, noww, thepictframe
- openResFile("curs.res")
- puppetSprite(9, 1)
- set the movieTime of sprite 9 to random(20) * 2
- set thepictframe to the movieTime of sprite 9 / 2
- set the visible of sprite 9 to 1
- set oldw to the width of sprite 9
- updateStage()
- end
-